mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Using the proper commandline to generate sha256 checksum of files. Added autoescaping to the Jinja2 templates in response to semgrep results.
This commit is contained in:
@@ -231,10 +231,10 @@ jobs:
|
||||
slim package -o upload DA-ESS_AmazonWebServices_Content
|
||||
|
||||
cp upload/DA-ESS-ContentUpdate-*.tar.gz DA-ESS-ContentUpdate-latest.tar.gz
|
||||
sha256 DA-ESS-ContentUpdate-latest.tar.gz > checksum.txt
|
||||
sha256sum DA-ESS-ContentUpdate-latest.tar.gz > checksum.txt
|
||||
|
||||
cp upload/DA-ESS_AmazonWebServices_Content-*tar.gz DA-ESS_AmazonWebServices_Content-latest.tar.gz
|
||||
sha256 DA-ESS_AmazonWebServices_Content-latest.tar.gz > checksum.txt
|
||||
sha256sum DA-ESS_AmazonWebServices_Content-latest.tar.gz > checksum.txt
|
||||
|
||||
- name: store_artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user