Skip to content

Commit

Permalink
Generate Atlassian docs via makefile (#2257)
Browse files Browse the repository at this point in the history
* Generate Atlassian docs via makefile

Add the new query pack

Signed-off-by: Tim Smith <[email protected]>

* Update a few descriptions

Signed-off-by: Tim Smith <[email protected]>

---------

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 authored Oct 16, 2023
1 parent 2a7cb1c commit 54b43de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,11 @@ lr/docs/markdown: providers/lr
--description "The Arista EOS resource pack lets you use MQL to query and assess the security of your Arista EOS network devices." \
--docs-file providers/arista/resources/arista.lr.manifest.yaml \
--output ../docs/docs/mql/resources/arista-pack
./lr markdown providers/atlassian/resources/atlassian.lr \
--pack-name "Atlassian" \
--description "The Atlassian resource pack lets you use MQL to query and assess the security of your Atlassian Cloud services." \
--docs-file providers/atlassian/resources/atlassian.lr.manifest.yaml \
--output ../docs/docs/mql/resources/atlassian-pack
./lr markdown providers/aws/resources/aws.lr \
--pack-name "Amazon Web Services (AWS)" \
--description "The Amazon Web Services (AWS) resource pack lets you use MQL to query and assess the security of your AWS cloud services." \
Expand Down
4 changes: 2 additions & 2 deletions providers/atlassian/resources/atlassian.lr
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ atlassian.jira.project.property @defaults("id") {

// Jira group
atlassian.jira.group @defaults("name") {
// GroupID
// Group ID
id string
// Group Name
name string
Expand All @@ -194,7 +194,7 @@ atlassian.confluence {

// Confluence user
atlassian.confluence.user @defaults("name") {
// AccountID
// Account ID
id string
// Name
name string
Expand Down

0 comments on commit 54b43de

Please sign in to comment.