FAQ
Scanning Tags and Commit Hashes with GitHub Actions
1 min
for most ci/cd systems/workflows, scanning a specific tag or commit hash can be accomplished by creating a job which checks out the code at a specific tag or commit, and then runs the desired soos docid 44xyviv7holkuojonqf9h against that code when using the soos github action, add the ref parameter to the actions/checkout\@master definition to specify a commit hash, tag, or branch to scan in the following example we are scanning the tag v1 0 0 on \[push] jobs soos sca analysis name soos sca scan runs on ubuntu latest steps \ uses actions/checkout\@master with ref "v1 0 0" \ name run soos sca analysis uses soos io/soos sca github action\@v1 2 3 with client id ${{ secrets soos client id }} api key ${{ secrets soos api key }} project name "sca scanning tag v1 0 0"
